记作业>英语词典>memory access翻译和用法

memory access

英 [ˈmeməri ˈækses]

美 [ˈmeməri ˈækses]

存储访问,内存访问;存取存储器

计算机

英英释义

noun

  • (computer science) the operation of reading or writing stored information
      Synonym:access

    双语例句

    • A method and apparatus for high performance volatile disk drive ( VDD) memory access using an integrated direct memory access ( DMA) engine.
      一种方法和装置,用于使用集成直接存储器访问(DMA)引擎进行高性能易失性磁盘驱动器(VDD)存储器访问。
    • With AIX uDAPL, you can incorporate the features provided by the API, including the capability to do remote direct memory access ( RDMA).
      通过使用AIXuDAPL,可以利用API提供的特性,包括远程直接内存访问(RDMA)。
    • Purify adds value to your existing correctness tests by simultaneously checking for memory access errors.
      Purify可以通过同时检查内存访问错误来对您的现存正确性测试增加价值。
    • The tightly-coupled nature of the CMP allows very short physical distances between processors and memory and, therefore, minimal memory access latency and higher performance.
      CMP紧密耦合的本质使处理器与内存之间的物理距离很短,因此可提供最小的内存访问延迟和更高的性能。
    • This advanced property is used for optimizing memory access. See documentation for usage.
      此高级属性用于优化内存访问。有关用法,请参阅文档。
    • Adaptive stack cache with fast address generation policy is proposed by investigating memory access behavior of programs.
      通过对程序的访存行为进行分析,提出快速地址计算的自适应栈高速缓存方案。
    • The index register is added to the specified address, and the result is used as the address for the memory access.
      索引寄存器会与某个指定的地址相加,结果用作访问内存时使用的地址。
    • NUMA support ( Non-Uniform Memory Access, memory design for multiprocessors) allows virtual machines to efficiently access large amounts of memory.
      NUMA支持(非一致性内存访问,针对多处理器的内存设计)允许虚拟机有效地访问大量内存。
    • As processor gets much higher speed, the memory access latency becomes a bottleneck that restricts higher performance.
      随着处理机运行速度的逐渐提高,存储访问延迟成为性能提高的瓶颈。
    • For C and C++ programs ( not Java or. NET), Purify works by inserting extra instructions around every memory access the program performs.
      对于C和C++程序(而不是Java或者.NET),Purify通过在这个程序执行中的每一个内存访问周围插入额外的指令来工作。